Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Aug 2014 22:20:40 +0000 (00:20 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Aug 2014 22:20:40 +0000 (00:20 +0200)
Quoting accident. "echo -e" is not a command that the shell knows,
echo -e is.

gtk/Makefile.am

index 2dac40d423c66d60e063e3c47ffd6de6af837097..2f74d2e862bff5fd71cb06aa37657f635068fb51 100644 (file)
@@ -22,7 +22,7 @@ SUBDIRS = inspector native .
 if OS_DARWIN
   ECHO="echo"
 else
-  ECHO="echo -e"
+  ECHO=echo -e
 endif
 
 if HAVE_CLOUDPRINT